home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / passwd / TODO < prev   
Text File  |  2008-03-26  |  2KB  |  78 lines

  1. WITH_SELINUX
  2.   - review all tools to check that the strategies are consistent
  3.  
  4. chage, chfn, chsh: same change needed as in passwd.
  5.   - probably need moving check_selinux_access to a separate file.
  6.  
  7. man useradd
  8.     document default behavior for GROUP
  9.     remove "The default group number is 1 or whatever is..."
  10.  
  11. useradd manpage
  12.   - add -k option
  13.   - mention that -o require -u
  14.  
  15. testsuite
  16.  - newgrp
  17.    - test with unknown user's GID
  18.  
  19. newusers
  20.  - add logging to SYSLOG & AUDIT
  21.  
  22. faillog
  23.  - accept numerical user and range of users
  24.  
  25. Document when/where option appeared, document whether an option is standard
  26. or not.
  27.  
  28. depends rules for the manpages
  29.  
  30. Check all the expiry semantics
  31.  
  32. Add options --crypt-method and --sha-rounds to gpasswd
  33.  
  34. ALL:
  35. - move base passwd/shadow/group/gshadow operation to module for allow write
  36.   different backend modules for db, NIS, LDAP and others. Default backend it
  37.   will be goot if will be chosen depending on /etc/nsswitch.conf and allow
  38.   override this by -r <repository> options (where the <repository> can be
  39.   file, db, nis nisplus, ldap .. like on /etc/nsswitch.conf in service column).
  40.   passwd have old piece of code with handling -r option and it will be good
  41.   finish this and propagate on other shadow tools for allow operate on other
  42.   user databases by well known tools.
  43.  
  44. - useradd:
  45.   - add handle create user mail spool in maildir format.
  46.  
  47. - add handle -n switch in groups and id command for allow query is
  48.   group/user with specified id/gid exist - this will be very usable
  49.   on automation in packages for query/check is group/user exist in system
  50.   or not,
  51.  
  52. - groupmems: 
  53.   - need some work on add PAM and i18n support.
  54.  
  55. - userdel:
  56.   - add backup option for the removal of user resources,
  57.   - add lookop and remove per user group.
  58.   - user_busy: check that the user is not running any processes.
  59.  
  60. - passwd:
  61.   - check combination of options (e.g. -u/-l)
  62.  
  63. - newgrp: check the USE_PAM section.
  64.  
  65. - groupmems: check reason for isgroup
  66.  
  67. - newusers: doc for pw_gid not clear. Differentiate
  68.             pw_gid specified and exist
  69.             pw_gid specified but does not exist
  70.              * name
  71.              * number
  72.             pw_gid not specified.
  73. - newusers: document what happens when no uid is specified.
  74. - newusers: add option --system?
  75.  
  76. -Documentation:
  77.  * document when options were added.
  78.